home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Xtras / ActiveX.x32 / string.txt next >
Text File  |  1998-09-21  |  2KB  |  35 lines

  1. 3    ActiveX...
  2. 4    Java Applet...
  3. 5    Control
  4. 6    Control
  5. 7    ActiveX
  6. 8    JavaApplet
  7. 9    Sprite
  8. 10    Icon
  9. 11    ActiveX Xtra Alert
  10. 15    The user interface portion of the ActiveX Xtra could not be loaded.
  11. 16    Access to ActiveX objects is prevented by system security settings.
  12. 17    nothing
  13. 18    an integer
  14. 19    a float
  15. 20    a string
  16. 21    returns
  17. 22    Parameter
  18. 23    xtra ActiveX\nnew object me\n-- ActiveX Xtra --\n
  19. 24    * ActiveXInstalled -- Returns -1 if ActiveX support is installed, otherwise 0.\n
  20. 25    * ActiveXSecurityDialog -- Displays a dialog box for the user to set ActiveX security settings.\n
  21. 26    * ActiveXSecuritySetting -- Returns ActiveX security setting: 'High', 'Medium', or 'None'.\n
  22. 27    * ActiveXDownloadSetting -- Returns ActiveX download setting: 'Enabled' or 'Disabled'.\n
  23. 28    * ActiveXControlQuery string CLASSID -- Returns -1 if the ActiveX control is installed, otherwise 0.\n
  24. 29    * ActiveXControlDownload string CLASSID, string URL, integer ver1, integer ver2, integer ver3, integer ver4 -- Downloads a particular version of the specified ActiveX control from a URL. Returns -1 if the download succeeded, otherwise 0.\n
  25. 30    * ActiveXControlRegister string FILENAME -- Locates the specified control file on the application path and calls the DllRegisterServer entry point.  Typically, this will install an ActiveX control that is self registering.  Returns -1 if the install succeeded, otherwise 0.\n
  26. 31    * ActiveXControlUnregister string FILENAME -- Locates the specified control file on the application path and calls the DllUnregisterServer entry point.  Typically, this will uninstall an ActiveX control that is self registering.  Returns -1 if the install succeeded, otherwise 0.
  27. 32    None
  28. 33    High
  29. 34    Medium
  30. 35    Disabled
  31. 36    Enabled
  32. 37    True
  33. 38    False
  34. 39    is
  35.